home *** CD-ROM | disk | FTP | other *** search
- object ImageForm: TImageForm
- Left = 591
- Top = 236
- Width = 227
- Height = 234
- BorderIcons = [biSystemMenu, biMaximize]
- Caption = 'ImageForm'
- Color = clBlack
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- Position = poDefaultPosOnly
- WindowState = wsMaximized
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Image1: TImage
- Left = 0
- Top = 0
- Width = 317
- Height = 306
- Stretch = True
- OnClick = Image1Click
- end
- end
-